home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / DOS / UTILITY / DCP13B / DCPLUS.DOC < prev    next >
Text File  |  1992-10-04  |  14KB  |  367 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.         
  8.                           DIRECTORY COMMANDER PLUS
  9.                           ========================
  10.                                 Version 1.3
  11.         
  12.                      Copyright 1991 by Chuck Steenburgh
  13.                            & Tay-Jee Software
  14.         
  15.                             _______
  16.                        ____|__     |               (TM)
  17.                     --|       |    |-------------------
  18.                       |   ____|__  |  Association of
  19.                       |  |       |_|  Shareware
  20.                       |__|   o   |    Professionals
  21.                     -----|   |   |---------------------
  22.                          |___|___|    MEMBER
  23.         
  24.         
  25.              DOS Version 5.00 adds many new features to the venerable 
  26.         dir[ectory] command.  What makes these new options even more 
  27.         useful is the addition of the environment variable DIRCMD.  By 
  28.         using DIRCMD, you can store your favorite switches for the dir 
  29.         command in the environment so you don't have to keep typing them
  30.         on the command line.
  31.         
  32.              The problem, of course, is that these switches are still 
  33.         just as cryptic as ever.  For example, the command:
  34.         
  35.                        dir /og
  36.         
  37.         means to show all files with subdirectories grouped before the 
  38.         files.  Makes sense, doesn't it?  That's what we said.
  39.         
  40.              We wrote DIRECTORY COMMANDER to make life a little easier 
  41.         for myself.  Instead of requiring you to spend 10 minutes look-
  42.         ing through your DOS 5.00 manual to remember what all those 
  43.         switches are so you can compose a SET DIRCMD= line, DIRECTORY 
  44.         COMMANDER will guide you through the process of selecting your 
  45.         desired options from a simple, menu-driven display.  DIRECTORY 
  46.         COMMANDER will then create a small batch file containing the
  47.         options you have selected.  Just execute this batch file, and 
  48.         your preferences will be saved to the environment.
  49.         
  50.              Material that differs from the documentation for the prev- |
  51.         ious version is set off by vertical lines in the margin.        |
  52.         
  53.         
  54.         STARTING DIRECTORY COMMANDER
  55.         
  56.              Starting DIRECTORY COMMANDER couldn't be easier.  Simply 
  57.         type DCPLUS at the command line.  You will see a small box 
  58.         containing the words "DIRCMDr PLUS" at the top of the screen, 
  59.         and two larger boxes below.
  60.         
  61.  
  62.                                      Page 1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.              The box on the left (surrounded by double lines) contains 
  69.         the Directory Options menu.  Select these options by pressing 
  70.         the first letter in the option name (highlighted in blue on 
  71.         color displays).  Pressing the first letter will toggle an 
  72.         "X" off and on next to the option.  "X" means that option is 
  73.         currently selected.
  74.         
  75.         
  76.              [ ] Pause when full
  77.         
  78.              This activates the /p switch.  When the screen fills,
  79.              you will be asked by DOS to press any key to continue.
  80.         
  81.              [ ] Wide format
  82.         
  83.              This activates the /w switch.  Filenames only will be
  84.              displayed in five columns across the screen.  Has no 
  85.              effect if the "File names only" option is selected.
  86.         
  87.              [ ] Subdirectories
  88.         
  89.              This activates the /s switch.  In addition to the cur-
  90.              rent directory, all subdirectories beneath it will be
  91.              included.
  92.         
  93.              [ ] File names only
  94.         
  95.              This will eliminate all of the "extraneous" information
  96.              from the listing, producing only a list of filenames
  97.              (in the format FILENAME.EXT) with no headers or footers.
  98.              Activates the /b switch.
  99.         
  100.              [ ] Lowercase only
  101.         
  102.              This activates the /l switch.  All file and directory
  103.              names will be displayed in lower case.
  104.         
  105.              [ ] DIRCMD Set                                             |
  106.         
  107.              When activated, this option will cause DIRECTORY COMMANDER |
  108.              to write a small batch file named SETFILE.BAT containing   |
  109.              the commands necessary to set the DIRCMD environment vari- |
  110.              able.  You can subsequently run SETFILE.BAT to set the     |
  111.              DIRCMDR variable.  If you start DIRECTORY COMMANDER using  |
  112.              the batch file DCP.BAT, SETFILE.BAT will AUTOMATICALLY be  |
  113.              executed when this option is checked.                      |
  114.         
  115.              The box on the right side of the screen (initially sur-
  116.         rounded by single lines) contains what two "special options."  
  117.         These are the /a (attribute) and /o (order of sort) switches.  
  118.         This large box is divided into two smaller boxes, one for each 
  119.         of these two options.
  120.         
  121.              This menu operates a little differently.  Like the simple 
  122.  
  123.                                      Page 2
  124.  
  125.  
  126.  
  127.  
  128.  
  129.         Directory Options, "Attributes" and "Order of Sort" can be 
  130.         selected by pressing the first letter of their names (high-
  131.         lighted in blue).  Initially, both options are turned off 
  132.         (no "X" displayed next to option name).  When you press the 
  133.         "a" or "o" key for the first time, you will activate that 
  134.         option AND the Special Options menu.  Note that single lines 
  135.         will now appear around the Directory Options Menu and double 
  136.         lines will appear around the appropriate portion of the Special
  137.         Options menu.
  138.         
  139.              When the Special Options menu is active, you can select 
  140.         additional options.  These options appear below the words 
  141.         "Attributes" and "Order of Sort."  When you select either "a" 
  142.         or "o", the corresponding set of special options becomes active
  143.         (first letter is highlighted in green).  These options are 
  144.         described below:
  145.         
  146.         
  147.         Attributes Special Options:
  148.         
  149.              Hidden (displays hidden files)
  150.              System (displays system files)
  151.              Directories (displays only subdirectories)
  152.              Archive (displays files needing backup)
  153.              Read Only (displays read only files)
  154.         
  155.         Order of Sort Special Options:
  156.         
  157.              Name (sorts by file name from a-z)
  158.              Extension (sorts by extension from a-z)
  159.              Date & Time (sorts by date & time, earliest to latest)
  160.              Size (sorts by size, smallest to largest)
  161.              Files First (displays all files before subdirectories)
  162.         
  163.              When you select one of the special options, a plus sign 
  164.         (+) appears in front of that option.  This turns it on.  
  165.         Selecting the special option a second time puts a minus sign 
  166.         (-) in front of the option.  This activates the option "in 
  167.         reverse."  For the atttribute options, all files which DO NOT 
  168.         possess this attribute will be displayed.  For order of sort 
  169.         options, the sort order will be reversed.  Selecting the 
  170.         option a third time will toggle it off.
  171.         
  172.              For the Order of Sort options menu, the order in which   
  173.         you select options is important.  This is the order in which  
  174.         those options will appear on the command line.  For example,  
  175.         let's say that you want to have all directories listed first  
  176.         (alphabetically), then all files listed (alphabetically).     
  177.         To select this option, you would first press "o" (for Order   
  178.         of Sort) from the Directory Options menu.  The Special Options
  179.         menu for Order of Sort will activate.  Then press "f" twice   
  180.         (two "reverse" the files first option).  A minus (-) sign     
  181.         and the numeral "1" should appear next to the "Files first"   
  182.         option.  Next, press "n" for "Name" option.  A plus (+)       
  183.  
  184.                                      Page 3
  185.  
  186.  
  187.  
  188.  
  189.  
  190.         sign and the numeral "2" should appear to the left of the     
  191.         "Name" option.  When the SET DIRCMD= string is written, it    
  192.         will appear as "/ogn".                                        
  193.         
  194.              As long as the Special Options menu is active, you can 
  195.         toggle on/reversed/off as many of the appropriate special 
  196.         options as you want.  When you are finished, press ESC and the 
  197.         Directory Options Menu will be reactivated.
  198.         
  199.              If you press "a" or "o" a second time from the Directory
  200.         Options menu, that option (and any of the associated options 
  201.         such as (N)ame, (S)ize, etc.) will be turned off.            
  202.         
  203.              When you are done selecting options, and the Directory
  204.         Options menu is active (surrounded by double lines), press
  205.         ESC to exit.  A message will appear in the lower left hand
  206.         corner displaying the SET DIRCMD= string which you have
  207.         created.  This string will be written to a batch file named
  208.         SETFILE.BAT in the current directory.
  209.         
  210.              Once you are back at the DOS command line, type SETFILE
  211.         and press enter to save your DIRCMD settings to the environ-
  212.         ment.  If you like, copy the contents of SETFILE.BAT to your
  213.         AUTOEXEC.BAT file so these options will be in effect every 
  214.         time you boot your machine.
  215.         
  216.              For those of you who want speedy results, the simple batch |
  217.         file DCP.BAT is included.  DCP.BAT starts DIRECTORY COMMANDER   |
  218.         and then runs SETFILE.BAT if you specify that the DIRCMD        |
  219.         variable be set.                                                |
  220.         
  221.                                                                         
  222.         HELP                                                            |
  223.                                                                         |
  224.              Pressing F1 from any portion of the program will call up   |
  225.         a window displaying context-sensitive help.  There is a sepa-   |
  226.         rate, two-part help display for each of the three menus.        |
  227.         
  228.         
  229.         OMBUDSMAN
  230.         
  231.           This program is produced by a member of the Association of
  232.         Shareware Professionals (ASP).  ASP wants to make sure that
  233.         the shareware principle works for you.  If you are unable to
  234.         resolve a shareware-related problem with an ASP member by
  235.         contacting the member directly, ASP may be able to help.  The
  236.         ASP Ombudsman can help you resolve a dispute or problem with
  237.         an ASP member, but does not provide technical support for 
  238.         members' products.  Please write to the ASP Ombudsman at 545
  239.         Grover Road, Muskegon, MI 49442 or send a CompuServe message
  240.         via CompuServe Mail to ASP Ombudsman, 70007,3536.
  241.         
  242.         
  243.         DISCLAIMER
  244.  
  245.                                      Page 4
  246.  
  247.  
  248.  
  249.  
  250.  
  251.         
  252.            The programs described in this documentation are guaran-
  253.         teed to do absolutely nothing!  They have, however, in my exper-
  254.         ience performed essentially as described herein.  The author
  255.         will not be responsible for any loss or damages caused through
  256.         the use of these programs.  No warranty, express or implied,
  257.         is provided for this software's performance, merchantability,
  258.         or fitness for a particular purpose.
  259.         
  260.            All trademarks are property of their respective owners.
  261.            
  262.            DIRECTORY COMMANDER is part of 5th Dimension, the DOS 5.00   |
  263.         utility set.  The set also includes FORMCMDr, a menu-driven     |
  264.         front end for the FORMAT command, and a collection of DOSKEY    |
  265.         macros.                                                         |
  266.         
  267.            The programs and documentation are Copyright 1991 by Chuck 
  268.         Steenburgh and Tay-Jee Software.  You are encouraged to distri-
  269.         bute the UNREGISTERED VERSIONS of these programs provided the 
  270.         conditions specified in the file VENDOR.DOC are met.            |
  271.         
  272.            You may evaluate this program for up to 30 days on a free
  273.         trial basis.  After 30 days, you should register your use of
  274.         the program.  The registration fee is $15, payable to Tay-Jee
  275.         Software at the address given below.  Registration includes all |
  276.         programs in the 5th Dimension utility set.                      |
  277.         
  278.            Registration has the following advantages:
  279.         
  280.            - We are improving these programs all the time.  Registration
  281.              will get you IMMEDIATELY a disk with the latest version.
  282.              You will also get the next major release of the program
  283.              sent to you free of charge.
  284.         
  285.            - While we can't promise to include everyone's suggestions
  286.              in program updates, you can bet we'll listen to registered
  287.              users before any of you scrounges out there.
  288.         
  289.            - You will also get an evaluation copy of our text file for-
  290.              matting program (used to produce the margins in this doc-
  291.              ument), and any other electronic creations we have decided
  292.              to unleash on a foolish, unsuspecting world.  This includes
  293.              our best-selling STEENBURGH's STUFF, 19 utility programs
  294.              for use in batch files; and Back Soon!, a message-taking
  295.              utility.
  296.         
  297.            Send comments/registrations to:
  298.         
  299.                 Tay-Jee Software
  300.                 Post Office Box 835
  301.                 Lexington, VA 24450
  302.                 (703)464-5290
  303.                 
  304.                 !!!VIRGINIA RESIDENTS ADD 4.5SALES TAX!!!
  305.  
  306.                                      Page 5
  307.  
  308.  
  309.  
  310.  
  311.  
  312.         
  313.                 CIS 72330,1776 (IBMSYS and IBMPRO forums)
  314.         
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.                                      Page 6